.p2p5-read-more {
    position: relative;
    color: #ea614b;
    border-bottom: 1px solid #ea614b;
    margin: 0 0 3em 0;
    display: block;
    height: auto;
    padding-bottom: 1em;
}

.read-more-text {
    max-width: 200px;
}

.p2p5-read-more>a {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #ed7761;
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    outline: none !important;
    background-color: #ea614b;
}

.p2p5-read-more>a::after {
    content: "+";
    display: block;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.p2p5-read-more>a:hover::after,
.p2p5-read-more>a:focus::after,
.p2p5-read-more>a:active::after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
